projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7f424a
)
(Fcall_interactively): Update/simplify sit_for calls.
author
Kim F. Storm
<storm@cua.dk>
Tue, 11 Jul 2006 20:11:23 +0000
(20:11 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 11 Jul 2006 20:11:23 +0000
(20:11 +0000)
src/callint.c
patch
|
blob
|
history
diff --git
a/src/callint.c
b/src/callint.c
index ae10e64e1de5f11b5e1a3e2c7ff15e61cf07c9bf..741f61d068bde148bd70863815c029b8b16a93d1 100644
(file)
--- a/
src/callint.c
+++ b/
src/callint.c
@@
-721,10
+721,10
@@
If KEYS is omitted or nil, the return value of `this-command-keys' is used. */)
do
{
Lisp_Object tem;
- if (!
first)
+ if (! first)
{
message ("Please enter a number.");
- sit_for (
1, 0, 0
, 0, 0);
+ sit_for (
make_number (1)
, 0, 0);
}
first = 0;